home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1997 June / cd joystick No83 juin 1997.iso / pc / data / setup.bat < prev    next >
DOS Batch File  |  1996-05-13  |  430b  |  16 lines

  1. echo off
  2. echo This batch file installs the Mixman demo files.
  3. echo If you don't want to do this, type Ctrl-C NOW!
  4. pause
  5. echo Installing Mixman Demo files...
  6. copy mixmanz.bin \mixmanz.exe
  7. cd \
  8. mixmanz -d
  9. del \mixmanz.exe 
  10. echo
  11. echo Done with Mixman Demo Installation.
  12. echo After Windows returns, select mixman\win95\mixman.exe to run Mixman.
  13. echo Mixman will automatically ask you to run its install program.
  14. pause
  15.  
  16.